home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_096 / linedrawer / readme < prev    next >
Text File  |  1992-05-06  |  877b  |  26 lines

  1. LineDrawer by John M. Olsen. V1.0 July 5, 1987
  2.  
  3. John M. Olsen
  4. 1547 Jamestown Drive
  5. Salt Lake City, UT  84121-2051
  6.  
  7. Network addresses:
  8. u-jmolse@ug.utah.edu  or  ...!{seismo,ihnp4}!utah-cs!utah-ug!u-jmolse
  9.  
  10. This is public domain software.  Do whatever you want with it.
  11. Just don't complain to me when it breaks after a few hundred people
  12. have hacked on it. :^)
  13.  
  14. This program takes a data file as a parameter and makes a line drawing
  15. based on the commands in the file.  The instruction format is listed
  16. below.  There should be two data files included.  One is a Mercator
  17. projection of the USA, and the other is a really short demo of how to use
  18. the color changing and line patterning commands.
  19.  
  20. Manx Instructions:
  21. cc LineDrawer.c
  22. ln LineDrawer.o -lc
  23.  
  24. It should (no guarantees) work fine with Lettuce C since I used only
  25. longs, and have (hopefully) everything type cast correctly.
  26.